Welcome to the API documentation for our service. Below you will find information about the available endpoints and how to use them.
01To 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": "Mr Asitha",
"data": {
"response": "Response data here"
}
}