Authorization: Bearer ********************curl --location 'mj-relax/mj/submit/imagine' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"base64Array": [
"string"
],
"prompt": "Cat"
}'{
"code": 1,
"description": "Submit success",
"properties": null,
"result": "1737343759538365"
}