Authorization: Bearer ********************
curl --location --request PATCH 'https://horizon-api-sb.app.rpe.tech/api/v1/cartoes/2001/desbloqueio?idProduto' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"observacao": "Desbloqueio"
}'
{}