{
"date_of_birth":"03/05/1987",
"mothers_name":"nome da mãe"
}
curl --location --request POST 'https://api.valut.app/core/v1/id/verifie_essential' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"date_of_birth":"03/05/1987",
"mothers_name":"nome da mãe"
}'
{}