curl --request GET \
--url https://api.example.com/api/favorites \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://api.example.com/api/favorites \
--header 'Authorization: Bearer <token>'Logto JWT access token
Successful response