x-api-key: ********************
curl --location 'http://localhost:3000/instances//disconnect' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": "disconnected" }