Authorization: Bearer ********************{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"notifyHook": "http://gzh.huiyan-ai.cn/mj/task/sync"
}curl --location --request POST 'https://api.huiyan-ai.cn/mj/submit/imagine' \
--header 'mj-api-secret: {{mj-api-secret}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"notifyHook": "http://gzh.huiyan-ai.cn/mj/task/sync"
}'{"code":1,"description":"提交成功","properties":{},"result":1320098173412546}