cURL
curl --request POST \ --url https://app.d-sports.org/api/user/profile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
Onboarding payload.
Clerk session token. Use Authorization: Bearer .
The body is of type object.
object
{ success, user, ... }
Was this page helpful?