curl --request POST \
--url http://api.superwize.ai/api/preferences/updateAccountType \
--header 'Content-Type: application/json' \
--data '
{
"accountType": "GENERAL"
}
'{
"accountType": "GENERAL",
"isLocked": true
}Sets account type (general/student/teacher). For most users this is a one-time action and becomes locked.
curl --request POST \
--url http://api.superwize.ai/api/preferences/updateAccountType \
--header 'Content-Type: application/json' \
--data '
{
"accountType": "GENERAL"
}
'{
"accountType": "GENERAL",
"isLocked": true
}