curl --location --request DELETE 'http://localhost:3000/api/instance/' \
--header 'x-api-key: {{api-key}}' \
--header 'Content-Type: application/json'{
"success": true,
"data": {
"success": true,
"message": "Instance deleted successfully"
}
}