Authorization: Bearer ********************
{
"state": "string",
"notifyHook": "string",
"botType": "string",
"base64": "string",
"accountFilter": {
"instanceId": "string",
"modes": [
"RELAX"
],
"remix": true,
"nijiRemix": true,
"remixAutoConsidered": true
}
}
curl --location --request POST '/mj-turbo/mj/submit/describe' \
--header 'Content-Type: application/json' \
--data-raw '{
"state": "string",
"notifyHook": "string",
"botType": "string",
"base64": "string",
"accountFilter": {
"instanceId": "string",
"modes": [
"RELAX"
],
"remix": true,
"nijiRemix": true,
"remixAutoConsidered": true
}
}'
{
"code": 0,
"description": "string",
"result": null,
"properties": {
"property1": null,
"property2": null
}
}