Welcome to the Remanhwa Api's for our service. Below you will find information about the available endpoints and how to use them. I want to tell you something that this rest api was made from start to finish by GPT chat and I think that is very cool
To use the endpoints, send a GET request to the desired endpoint with the following query parameter:
The response will be in JSON format with the following structure:
{
"status": 200,
"creator": "REMANHWA",
"data": {
"response": "Response data here"
}
}