{
"url": "string",
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"maxWidth": 0,
"maxHeight": 0,
"thumbnailWidth": 0,
"thumbnailHeight": 0
}
curl --location --request POST 'https://demo.ujcms.com/api/upload/avatar-crop' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"maxWidth": 0,
"maxHeight": 0,
"thumbnailWidth": 0,
"thumbnailHeight": 0
}'
{
"property1": {},
"property2": {}
}