[add]: health check

This commit was merged in pull request #14.
This commit is contained in:
VivianDee
2025-06-27 15:58:12 +01:00
parent d69bcd11ea
commit eb7c0f6221
5 changed files with 87 additions and 2 deletions
@@ -0,0 +1,17 @@
{
"type": "object",
"properties": {
"status": {
"type": "string",
"example": "Active"
},
"responseCode": {
"type": "string",
"example": "00"
},
"responseMessage": {
"type": "string",
"example": "Successful"
}
}
}