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