Authorization: Bearer ********************
{
"national_registration": "860.769.200-33"
}
curl --location --request POST 'https://api.valut.app/core/v1/representactive/lead' \
--header 'Content-Type: application/json' \
--data-raw '{
"national_registration": "860.769.200-33"
}'
{}