cURL
curl --request POST \ --url https://app.d-sports.org/api/wallets/verify-pin \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
Clerk session token. Use Authorization: Bearer .
The body is of type object.
object
OK
Was this page helpful?