curl --location --request DELETE 'https://qa.api.adlyfy.dev/api/v1//connections//remove-connection' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {},
"message": "Request successful",
"timestamp": "2026-03-03T10:00:00.000Z",
"statusCode": 200
}