Authorization: Bearer ********************
{
"state": "string",
"notifyHook": "string",
"taskId": "string",
"customId": "string"
}
curl --location --request POST '/mj-fast/mj/submit/action' \
--header 'Content-Type: application/json' \
--data-raw '{
"state": "string",
"notifyHook": "string",
"taskId": "string",
"customId": "string"
}'
{
"code": 0,
"description": "string",
"result": null,
"properties": {
"property1": null,
"property2": null
}
}