Serviço exclusivo para processadora Cards.
Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/cartoes/portador-adicional//cartoes' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idTitular": 27
}'
{
"timestamp": "2019-08-24T14:15:22Z",
"statusCode": 400,
"error": "string",
"message": "string",
"path": "string",
"fieldErrors": [
{
"objectName": "string",
"field": "string",
"message": "string"
}
]
}