KUKL Khanepani Counter Details¶
API Endpoint¶
URL: {{base_url}}/api/servicegroup/counters/kukl/
Method: POST
Request¶
The request should include the following body:
{
"token": "{{token}}"
}
Response¶
A successful response will return the following JSON format:
{
"status": true,
"counters": [
{
"name": "Chettrapati",
"value": "1114:test-kukl"
}
]
}