cURL
curl --request PATCH \ --url https://sandbox.killb.app/api/v2/users/favorite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "userId": "<string>" } '
{ "id": "<string>", "favoriteUserId": "<string>", "updatedAt": "2023-11-07T05:31:56Z" }
The access token received from the authorization server in the OAuth 2.0 flow.
User ID to set as favorite. Omit this field or set to null to remove favorite user.