Authorization: Bearer ********************{
"prompt": "a beautiful sunset over the ocean --ar 16:9"
}curl --location --request POST 'https://api.llmhub.com.cn/mj/submit/imagine' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "a beautiful sunset over the ocean --ar 16:9"
}'{
"code": 1,
"description": "提交成功",
"result": "1234567890",
"properties": {}
}