curl --request POST \
--url https://app.venice.is/api/v0/passthrough \
--header 'Content-Type: application/json' \
--data '{
"method": "GET",
"path": "<string>",
"query": {},
"headers": {},
"body": {}
}'
"<any>"
curl --request POST \
--url https://app.venice.is/api/v0/passthrough \
--header 'Content-Type: application/json' \
--data '{
"method": "GET",
"path": "<string>",
"query": {},
"headers": {},
"body": {}
}'
"<any>"
Successful response
The response is of type any
.