cURL
curl --request POST \ --url https://app.d-sports.org/api/rewards/admin-override \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "rewardId": "<string>" } '
Superadmin-only. Force-claims a reward for the current user.
Clerk session token. Use Authorization: Bearer .
{ message, reward }
Was this page helpful?