cURL
curl --request PUT \ --url https://app.d-sports.org/api/packs/{id}/purchase \ --header 'Content-Type: application/json' \ --data ' { "purchaseId": "<string>", "paymentIntentId": "<string>", "transactionHash": "<string>" } '
{ success }
Was this page helpful?