curl --request POST \
  --url https://api.pezzo.ai/api/cache/v1/request/retrieve \
  --header 'Content-Type: application/json' \
  --data '{
  "request": {
    "key1": "value1",
    "key2": "value2"
  }
}'

Body

application/json

Response

200

Returns the cached request data.