curl --location -g --request POST 'https:///api/v2/agent-responses//steps' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "tool_call",
"name": "string",
"content": {
"property1": null,
"property2": null
},
"friendly_message": "string",
"response_log": 0
}'
{
"success": true,
"message": "string",
"data": {
"id": 0,
"type": "string",
"name": "string",
"content": {
"property1": null,
"property2": null
},
"friendly_message": "string",
"created_on": "2019-08-24T14:15:22Z"
}
}