ilpcw/ilp-cw-api/[POST] queryAvailableDrones/Treat Null as False (Cooling).bru

32 lines
428 B
Text

meta {
name: Treat Null as False (Cooling)
type: http
seq: 2
}
post {
url: {{API_BASE}}/queryAvailableDrones
body: json
auth: inherit
}
body:json {
[
{
"id": 123,
"date": "2025-12-22",
"time": "14:30",
"requirements": {
"capacity": 0.75,
"heating": true,
"maxCost": 13.5
},
"delivery": null
}
]
}
settings {
encodeUrl: true
timeout: 0
}