Pria UI now available in Dark mode !
cURL
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>" } }
Creates a new personal Digital Twin instance for the user
JWT token passed in x-access-token header
Personal institution created successfully
true
"Personal institution created successfully"
Show child attributes
Was this page helpful?