Create a New Business User
To create a new business user, send a POST request to /v2/users. Business User will be automatically created .
POST https://beta.picosbs.com/api
/v1/users
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
X-API-Token
<token>
Body
Name
Type
Description
name
string
Name of the user
age
number
Age of the user
Response
{
"id": 1,
"name": "John",
"age": 30
}{
"error": "Invalid request"
}Last updated