Content Types

All endpoints accept and return data in JSON format.

You must include the following header in requests that contain a body:

Content-Type: application/json

For example:

POST /referrals
Content-Type: application/json
Authorization: Bearer <your-jwt-token>