curl --location --request PUT '/api/users/me/categories' \ --header 'Content-Type: application/json' \ --data-raw '{ "categoryIds": [ 0 ] }'