I wanna use this API https://the-one-api.dev/documentation in my java project, to put it into json file and then show as objects in the app. But the problem is: I can't get/do not know the key and value pairs, as I understand for this I should use my API key in the URL, so that I can see the json in the browser, but nothing works. What is the right way of using API in the URL, or how can I get/discover these key and value pairs?
I tried https://the-one-api.dev/v2/?apikey=76OYB2YXYZkc5dpVZdY5/character but it says Endpoint does not exist.
https://the-one-api.dev/v2?apikey=76OYB2YXYZkc5dpVZdY5&character but it says Endpoint does not exist.
https://the-one-api.dev/v2/character/?apikey=76OYB2YXYZkc5dpVZdY5 says {"success":false,"message":"Unauthorized."}