Authorization: Bearer ********************
curl --location --request PATCH '/boards//favorite' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "favorite": true }'
true