curl --location --request PATCH '/agents//scenarios/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"whenToUse": "string",
"scenario": "stringstri",
"isEnabled": true
}'{
"id": "string",
"userId": "string",
"agentId": "string",
"key": "string",
"title": "string",
"whenToUse": "string",
"scenario": "string",
"isEnabled": true,
"priority": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}