curl --request POST \
--url https://revstack.dev/v1/studio \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"passwordHash": "<string>",
"name": "<string>",
"isSuperadmin": false
}
'nullCreates a new admin user for the Revstack Studio dashboard.
curl --request POST \
--url https://revstack.dev/v1/studio \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"passwordHash": "<string>",
"name": "<string>",
"isSuperadmin": false
}
'null