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