belajar-costapy/web.bru
2025-05-27 11:11:54 +07:00

18 lines
165 B
Plaintext

meta {
name: web
type: http
seq: 10
}
get {
url: http://localhost:11000/api/create
body: json
auth: inherit
}
body:json {
{
"food":"Pasta"
}
}