curl --location --request POST 'https://api.chatkore.com/v1/images/generations' \
--header 'Authorization: Bearer sk-xxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"prompt": "string",
"n": 0,
"quality": "string",
"size": "string",
"response_format": "string",
"style": "string",
"user": "string"
}'