Authorization: Bearer ********************
curl --location --request PATCH 'https://horizon-api-sb.app.rpe.tech/api/v1/embossing/cartoes/?idImpressora=2001' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"msg": "Cartão embossado com sucesso."
}