test
Test Connection
GET
/test
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"status": true,
"message": "server is healthy",
"data": "Api connection Successful"
}
Last updated
GET
/test
Headers
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"status": true,
"message": "server is healthy",
"data": "Api connection Successful"
}
Last updated