post https://app.quantimo.do/api/v3/userSettings
Post UserSettings
Log in to see full request history
Responses
401Not authenticated
404Not found
500Internal server error
Post UserSettings
401Not authenticated
404Not found
500Internal server error
xxxxxxxxxx
curl --request POST \
--url https://app.quantimo.do/api/v3/userSettings \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"administrator": true
}
'
Try It!
to start a request and see the response here!