/v1/images/edits. Accepts the same multipart/form-data parameters and returns the same response shape.Authorization: Bearer ********************curl --location 'https://ai.tikhub.io/v1/edits' \
--header 'Authorization: Bearer <token>' \
--form 'model=""' \
--form 'prompt=""' \
--form 'image=@""' \
--form 'mask=@""' \
--form 'n="1"' \
--form 'size=""' \
--form 'quality=""' \
--form 'response_format=""' \
--form 'background=""' \
--form 'output_format=""' \
--form 'output_compression=""' \
--form 'user=""'{
"created": 0,
"data": [
{
"url": "string",
"b64_json": "string",
"revised_prompt": "string"
}
]
}