cURL
curl --request POST \ --url https://app.d-sports.org/api/user/onboarding \ --header 'Authorization: Bearer <token>'
Clerk session token. Use Authorization: Bearer .
{ success, data: { completed } }
Was this page helpful?