cURL
curl --request DELETE \ --url https://api.odin.fun/v1/token/{id}/favorite \ --header 'Authorization: Bearer <token>'
{ "user": "<string>", "token": "<string>", "date_created": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>