curl --location --request PATCH '/user-preference/favorite-space' \ --header 'Content-Type: application/json' \ --data-raw '{ "spaceId": 0, "favoriteStatus": 0 }'
{ "userId": 0, "spaceId": 0, "role": 0, "favorite": 1 }