Authorization: Bearer ********************
curl --location --request PATCH 'https://horizon-api-sb.app.rpe.tech/api/v1/sms-notice/pacote-sms/telefone' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idPortador": 14,
"idCelular": 1328855
}'
{
"timestamp": "2019-08-24T14:15:22Z",
"statusCode": 0,
"error": "string",
"message": "string",
"path": "string",
"fieldErrors": [
{
"objectName": "string",
"field": "string",
"message": "string"
}
]
}