Authorization: Bearer ********************{
"state": "string",
"notifyHook": "string",
"taskId": "string",
"customId": "string"
}curl --location --request POST '/mj/submit/action' \
--header 'Authorization: Bearer <token>' \
--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
}
}