Authorization: Bearer ********************{
"maskBase64": "string",
"prompt": "猫的颜色改为白色",
"taskId": "1758974145126253"
}curl --location --request POST 'https://ai.kaiho.cc/mj/submit/modal' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"maskBase64": "string",
"prompt": "猫的颜色改为白色",
"taskId": "1758974145126253"
}'{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}