curl --location --request GET 'http://dev-cn.your-api-server.com/api/db/health'
{ "status": "success", "message": "ok", "data": { "property1": "string", "property2": "string" } }