curl --location -g --request POST 'https:///api/v2/agents//responses/log/bulk_create' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"shared_thread_id": 0,
"thread_id": 0,
"created_on": "2019-08-24T14:15:22Z"
}'{
"message": "string",
"success": true,
"data": {
"property1": null,
"property2": null
}
}