{
"name":"Recorte padrão",
"width":250,
"height":250,
"positionX":50,
"positionY":50,
"referenceWidth":640,
"referenceHeight":480,
"userCreated": {
"id": 1
}
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/clipping' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Recorte padrão",
"width":250,
"height":250,
"positionX":50,
"positionY":50,
"referenceWidth":640,
"referenceHeight":480,
"userCreated": {
"id": 1
}
}'{}