{
"model": "string",
"image": "string",
"prompt": "string",
"mask": "string",
"n": 1,
"size": "string",
"response_format": "url",
"user": "string",
"source": "ai_image",
"property1": "string",
"property2": "string"
}curl --location '/api/ai/images/edits' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"image": "string",
"prompt": "string",
"mask": "string",
"n": 1,
"size": "string",
"response_format": "url",
"user": "string",
"source": "ai_image",
"property1": "string",
"property2": "string"
}'{
"code": 0,
"message": "string",
"requestId": "string"
}