curl --location '/agents//scenarios' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Pricing and quotes",
"whenToUse": "Caller asks for price, cost, estimate, quote, or service level.",
"scenario": "stringstri",
"isEnabled": false
}'{
"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"
}