curl --location -g --request POST 'https:///api/v2/agents/image' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_description": "string"
}'
{
"success": true,
"message": "string",
"data": {
"image_url": "http://example.com"
}
}