curl -L \
--request POST \
--url 'https://api.aibrary.dev/v0/images/generations' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "text",
"model": "text",
"n": 1,
"quality": "text",
"response_format": "text",
"size": "text",
"style": "text"
}'