curl --request POST \
--url https://proxy.innk.cc/mj/submit/retexture \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "<string>",
"prompt": "<string>",
"notifyHook": "<string>",
"state": "<string>",
"noStorage": false
}
'