Authorization: Bearer ********************{
"name": "string",
"email": "string",
"type": "superadmin",
"teams": [
"admin"
],
"secret": "string",
"emailUnsubscribe": true
}curl --location --request PUT 'https://api.upbooks.io/api/v1/user/' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"type": "superadmin",
"teams": [
"admin"
],
"secret": "string",
"emailUnsubscribe": true
}'{
"data": null,
"message": "string"
}