cURL
curl --request POST \ --url https://api.contribyard.com/v1/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "first_name": "<string>", "last_name": "<string>", "email": "<string>" }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
user created