GET /api/auth/profile/options
Get your user options (mainly notification settings).
Example of returned JSON
{
"success": true,
"options": {
"user_discord": "302427405023313920",
"discord_notifications": true,
"discord_noti_comment": true,
"discord_noti_reply": true,
"discord_noti_newfollow_user": true,
"discord_noti_newfollow_project": false,
"discord_noti_following_newproject": true,
"discord_noti_following_projectupdate": true
}
}