curl --request POST \ --url https://backend.testeswaffle.org/referrals/register \ --header 'Content-Type: application/json' \ --data '{ "email": "novo.usuario@exemplo.com", "referrer_id": "abc123xyz" }'
{ "success": true, "data": { "user_id": "usr_123456789", "email": "novo.usuario@exemplo.com", "created_at": "2024-01-15T10:30:00Z" } }
Registra um novo usuário no programa de indicações
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 novo usuário
ID do usuário que está fazendo a indicação
Usuário registrado com sucesso
Show child attributes