curl --location --request POST '/api/image/editing/image-cropping' \
--header 'ailabapi-api-key;' \
--form 'image=@""' \
--form 'width=""' \
--form 'height=""'
{
"error_code": 0,
"error_msg": "",
"request_id": "",
"log_id": "",
"data": {
"url": "",
"retain_location": {
"width": 0,
"height": 0,
"y": 0,
"x": 0
}
}
}