uas-web-22412056/costapy/delete api.bru
2025-07-15 15:20:21 +07:00

18 lines
169 B
Plaintext

meta {
name: delete api
type: http
seq: 12
}
delete {
url: http://localhost:11000/api/delete
body: json
auth: inherit
}
body:json {
{
"key": 1
}
}