curl --location --request POST 'https://open-qr.mewx.art/api/v1/images/mj/action' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"callback_url": "string",
"args": {
"img_uuid": "string",
"type": "string",
"payload": "string"
}
}'