curl --location --request POST 'https://api.302.ai/302/submit/sdxl' \
--header 'Authorization: Bearer ' \
--form 'width="1024"' \
--form 'height="1024"' \
--form 'prompt="a dog"' \
--form 'negative_prompt=""'
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}