curl --location 'https://api.dentalgold.com.br/v1/busca/documento?numero=082.605.616-46' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Busca realizada com sucesso",
"object": "associado",
"data": {
"id": 420603001,
"nome": "DAVI HEITOR MATEUS DA SILVA",
"cpf": "11262427053",
"nascimento": "1966-05-11",
"assinatura": "2020-07-23",
"natureza": "INDIVIDUAL OU FAMILIAR",
"empresa": null,
"forma_pagamento": "CARTAO DE CREDITO",
"titular": {
"id": 420603001,
"nome": "SAMARA BRAGA FERREIRA SILVA",
"plano": {
"id": 26587312,
"nome": "VIP IND / FAMILIAR"
}
},
"clube_vantagens": {
"medgold": false
}
}
}