Calling this endpoint will return the status of a specified enquiry. A enquiry ID will be returned after creating an enquiry.
Expected response:
{
"status": 200,
"success": true,
"error": null,
"data": {
"id": "cjsc2",
"status": "open"
},
"meta": null
}
Note: Possible status include:
open
, closed
.