Authorization: Bearer ********************
{
"botType": "MID_JOURNEY",
"prompt": "Cat"
}
curl --location -g --request POST '/mj/submit/imagine' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"prompt": "Cat"
}'
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}