curl --request POST \ --url https://backend.testeswaffle.org/referrals/login \ --header 'Content-Type: application/json' \ --data '{ "email": "usuario@exemplo.com" }'
{ "success": true, "data": { "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "user": { "user_id": "usr_123456789", "email": "usuario@exemplo.com", "referral_count": 5 } } }
Realiza o login de um usuário existente
Documentation IndexFetch the complete documentation index at: https://docs.thenewscc.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.thenewscc.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Show properties
Email do usuário
Login realizado com sucesso
Show child attributes