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