curl --location --request PATCH '/user-preference/set-reglament-favorite' \ --header 'Content-Type: application/json' \ --data-raw '{ "favorite": true, "reglamentId": 0 }'
{ "userId": 0, "reglamentId": 0, "favorite": true }