Authorization: Bearer ********************curl --location '/trial/disc/validar-credenciais' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"senha": "pa$$word",
"testeId": "c1f27a8f-d95a-406e-a42f-980bc23a0c8a"
}'{}