Headers and Auth Examples
HTTP
POST /api/login HTTP/1.1
Content-Type: application/json
{"email":"[[email protected]](mailto:[email protected])","password":"••••••••"}
---
POST /api/forms/create HTTP/1.1
Authorization: Bearer
Content-Type: application/json
{ /* body omitted for brevity */ }
---
POST /api/payment/prepaid HTTP/1.1
Authorization: Bearer
Idempotency-Key: 6a9b1c7e-7d1b-4a33-8e0d-61b8c5b1e9da
Content-Type: application/json
{ /* body omitted for brevity */ }
