0.0.71
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:
1POST /referrals2Content-Type: application/json3Authorization: Bearer <your-jwt-token>