curl --location -g --request GET 'https:///api/v2/agents//prompt-histories' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"agent_prompt_history": [
{
"id": -9223372036854776000,
"prefix_prompt": "string",
"history_date": "2019-08-24T14:15:22Z"
}
]
}
}