cURL
curl --request POST \ --url https://your-instance.example.com/api/notification-sounds/preferences \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true, "volume": 0.5 } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
0 <= x <= 1
Notification preferences updated
Generic response envelope. Endpoint-specific fields are intentionally open.