{
"model": "string",
"prompt": "string",
"image": {
"url": "string",
"type": "string"
}
}curl --location 'https://poloai.top/v1/images/edits' \
--header 'Accept: application/json' \
--header 'Authorization: sk-' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"prompt": "string",
"image": {
"url": "string",
"type": "string"
}
}'{
"created": 0,
"data": [
"string"
]
}