curl --location --request PUT 'https://api.falken.ltd/api/email/preferences' \
--header 'Content-Type: application/json' \
--data-raw '{
"preferences": [
{
"category": "string",
"frequency": "string"
}
]
}'[
{
"category": "string",
"frequency": "string"
}
]