/api/create-account
Create a new user account. and get the access token.
Key
Value
Description
Required
{
"api_status": 200,
"access_token": "", // store this, it will be used for all other API calls
"user_id": "", // authenticated user id
}Last updated