curl --location --request POST '/instruction/update' \
--header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \
--header 'Authorization: Bearer {{your-access-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent": 525,
"created_by": "user@example.com",
"custom_instructions": [
"Provide step by step and detailed answers"
]
}'
[
{
"id": 8708,
"instruction": "Provide step by step and detailed answers",
"is_deleted": false,
"created_by": "user@example.com",
"created_on": "2024-10-16T19:42:30.233724Z",
"agent": 525
}
]