apiKey: ********************{
"imageUrl": "https://example.com/image.jpg",
"targetWidth": 1920,
"targetHeight": 1080,
"backgroundColor": "#000000",
"outputFormat": "jpg",
"quality": 90
}curl --location --request POST '/api/image/processLite' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrl": "https://example.com/image.jpg",
"targetWidth": 1920,
"targetHeight": 1080,
"backgroundColor": "#000000",
"outputFormat": "jpg",
"quality": 90
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"imageUrl": "/api/image/files/processed_image_123.jpg",
"downloadUrl": "/api/image/download/processed_image_123.jpg",
"processingTime": 500
}