Authorization: Bearer ********************
{
"base64Array": [],
"notifyHook": "",
"prompt": "cat",
"state": "",
"botType": "MID_JOURNEY"
}
curl --location --request POST '/mj/submit/imagine' \
--header 'Content-Type: application/json' \
--data-raw '{
"base64Array": [],
"notifyHook": "",
"prompt": "cat",
"state": "",
"botType": "MID_JOURNEY"
}'
{
"code": 1,
"description": "Submit success",
"result": "1730621718151844",//任务id
"properties": {
"discordChannelId": "1300842676874379336",
"discordInstanceId": "1572398367386955776"
}
}