curl --location -g --request POST 'https:///api/v2/agents//instructions' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"custom_instructions": [
"string"
],
"created_by": "[email protected]"
}'{
"success": true,
"message": "string",
"data": {
"items": [
{
"id": 0,
"instruction": "string",
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"agent_id": 0
}
]
}
}