curl --location --request POST '/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": {
"id": "string",
"created_at": 0,
"linked_accounts": [],
"mfa_methods": [],
"has_accepted_terms": false,
"is_guest": false
},
"token": "string",
"email": "string",
"privy_access_token": "string",
"refresh_token": "string",
"session_update_action": "string",
"is_new_user": true,
"referral_code": "string"
}'{
"success": true,
"message": "string",
"user_id": 0,
"api_key": "string",
"auth_method": "email",
"privy_user_id": "string",
"is_new_user": true,
"display_name": "string",
"email": "string",
"credits": 0,
"timestamp": "2019-08-24T14:15:22Z"
}