curl --location -g --request POST 'https://staging.api.adlyft.otomatika.net/api/v1//ads-accounts/revoke' \
--header 'x-api-key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"adAccountId": "string",
"externalUserId": "string"
}'{
"success": true,
"data": null,
"message": "Ad account revoked from member successfully",
"timestamp": "2025-12-15T10:30:00.000Z",
"statusCode": 200
}