Skip to main content
POST
/
api
/
user
/
userInstitutionCreatePersonal
Create personal institution
curl --request POST \
  --url http://localhost:3000/api/user/userInstitutionCreatePersonal \
  --header 'x-access-token: <api-key>'
{
  "success": true,
  "message": "Personal institution created successfully",
  "userInstitution": {
    "_id": "<string>",
    "institution": "<string>"
  }
}

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Response

Personal institution created successfully

success
boolean
Example:

true

message
string
Example:

"Personal institution created successfully"

userInstitution
object