curl --request POST \
--url https://{tenant}/{listen_path}/tyk/batch \
--header 'Content-Type: application/json' \
--header 'X-Tyk-Authorization: <api-key>' \
--data '
{
"requests": [
{
"body": "",
"headers": {
"authorization": "1dbc83b9c431649d7698faa9797e2900f",
"x-tyk-test": "1",
"x-tyk-version": "1.2"
},
"method": "GET",
"relative_url": "get"
},
{
"body": "",
"headers": {
"authorization": "1dbc83b9c431649d7698faa9797e2900f",
"x-tyk-test": "2",
"x-tyk-version": "1.2"
},
"method": "GET",
"relative_url": "get"
}
],
"suppress_parallel_execution": false
}
'