Examples

GET /xdusage/v2/api/production

If the api is in production, it returns

200 OK
{
    "message": "api in production",
    "result": true
}

If the api is not in production, it returns

200 OK
{
    "message": "api not in production",
    "result": false
}