[
{
"endpoint": "/api/v1/users/{var1}",
"host": "www.example.com",
"method": "GET"
}
]
curl --location --request POST 'https://api.cloudflare.com/client/v4/zones//api_gateway/operations' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"endpoint": "/api/v1/users/{var1}",
"host": "www.example.com",
"method": "GET"
}
]'
{
"errors": [],
"messages": [],
"result": [
{
"endpoint": "/api/v1/users/{var1}",
"features": null,
"host": "www.example.com",
"last_updated": "2014-01-01T05:20:00.12345Z",
"method": "GET",
"operation_id": "f174e90a-fafe-4643-bbbc-4a0ed4fc8415"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}