cURL
curl --request GET \ --url https://app.d-sports.org/api/teams/followed \ --header 'Authorization: Bearer <token>'
Teams the authenticated user follows.
Clerk session token. Use Authorization: Bearer .
{ success, data }
Was this page helpful?