Authorization: Bearer ********************
curl --location --request GET '/chart/favorite_status/' \ --header 'Authorization: Bearer <token>'
{ "result": [ { "id": 0, "value": true } ] }