curl --request POST \
--url http://localhost:4010/api/images/{id}/enhance \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"imageId": 123,
"resolution": "512x512",
"scaleSize": "2x 또는 4x 또는 8x(1x는 원본 이미지)",
"ownerId": 123,
"EditInfo": {
"originalPrompt": "<string>",
"super": "<string>",
"main": "<string>",
"variationId": 123,
"groupId": "<string>",
"blurReason": "<string>"
}
}
'