API - Interact Status

Description
These APIs are used to check status of Interact.
Get Version
This API call gets the version of Interact service.
GET/interact/V2/status
Example Result
Content-Type: application/json
{
"messages": null,
"sessionId": null,
"version": "1.0.0"
"statusCode": 0
}