curl --request PATCH \
--url https://hub.suprsend.com/v1/bulk/user/preference/reset/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"distinct_ids": [
"id1",
"id2"
],
"reset_channel_preferences": true,
"reset_categories": true
}'