curl --location --request POST 'https://chatapi.githubgo.top/images/generations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A colorful sunset over the mountains",
"n": 2,
"size": "1024x1024"
}'