If the field is not set - return null.
POST
/v1/user/preferences
curl \
--request POST 'https://api.aptrinsic.com/v1/user/preferences' \
--header "Content-Type: application/json" \
--data '{"identifyId":"string"}'
Request examples
{
"identifyId": "string"
}
Response examples (200)
{
"guidedTours": true,
"onboardingBot": true,
"productUpdates": true,
"surveys": true,
"trackUsage": true
}