cURL
curl --request POST \ --url https://app.d-sports.org/api/packs/{id}/open \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "purchaseId": "<string>" } '
Body: .
Clerk session token. Use Authorization: Bearer .
{ collectibles }
Was this page helpful?