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