Required Headers
Required authentication headers
	Every request should carry the following headers:
- 
x-api-key (required): Your unique API Key. Received after a successful sign-up. 
- 
Authorization (required): A JWT token for the session. Obtained by running the Login and Change Password endpoints. 
- 
Content-Type (required): Set to application/json. 
Last modified February 19, 2025