Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/contas/termos-obrigatorios' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tokens": "178726d0-a5ed-44df-8b6f-ba02d51a74ee",
"idRegistration": "18ed22e7-eaf7-4127-a54b-c1bc97e97689",
"fingerprint": "AABCCDDDEEF#698.931.226"
}'
{
"message": "Agreements accepted successfully"
}