curl --location --request POST 'https://api.wenwen-ai.com/mj/submit/imagine' \
--header 'Authorization: Bearer {YOU_API_API_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "RELAX",
"prompt": "Cat",
"base64Array": [],
"notifyHook": ""
}'