Authorization: Bearer ********************{
"name": "string",
"email": "string",
"type": "organization-admin",
"secret": "string",
"teams": [
"admin"
],
"sso": "google",
"addEmployeeRecord": true,
"inviteCode": "string"
}curl --location --request POST 'https://api.upbooks.io/api/v1/user/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"type": "organization-admin",
"secret": "string",
"teams": [
"admin"
],
"sso": "google",
"addEmployeeRecord": true,
"inviteCode": "string"
}'{
"data": null,
"message": "string"
}