cURL
curl --request POST \ --url https://pinapi.jackalprotocol.com/api/accounts \ --header 'Authorization: Bearer <token>'
Create a new Stripe customer account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation