Authorization: Bearer ********************
curl --location --request POST 'https://api.kickbase.com/v4/challenges/favorites' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "ui": "userId" }'
{}