19 lines
261 B
Text
19 lines
261 B
Text
meta {
|
|
name: create
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: 127.0.0.1:8080/api/bookings/room
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"roomId": "3aec4da8-72ea-4155-90c8-af497b2450b0",
|
|
"startDate": "2025-07-09",
|
|
"endDate": "2025-07-10"
|
|
}
|
|
}
|