cURL
curl --request PATCH \ --url https://app.d-sports.org/api/user/profile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "bannerUrl": "<string>", "profileUrl": "<string>", "userTheme": "<string>" } '
Clerk session token. Use Authorization: Bearer .
{ success, user }
Was this page helpful?