Authorization: Bearer ********************curl --location 'https://drwa.openai-next.com/v1/images/edits' \
--header 'Authorization: Bearer <token>' \
--form 'model=""' \
--form 'image=@""' \
--form 'prompt=""' \
--form 'n="4"'{
"created": 0,
"data": [
{
"url": "string",
"b64_json": "string"
}
]
}