Create a Borum account for the user
Request
POSThttps://api.jot.bforborum.com/api/v1/register
Required HTTP Request Headers
Header | Format |
---|
Query String
{}
Request Body
{ "first_name": "USER_FIRST_NAME", "last_name": "USER_LAST_NAME", "email": "USER_EMAIL", "password": "USER_PASSWORD" }
Response
Response Body
{ "statusCode": 200, "data": { "api_key": "USER_API_KEY" } }