nf/xtest/bodyLimit/body_limit.http

9 lines
127 B
Plaintext
Raw Normal View History

2024-01-12 19:18:33 +08:00
### body_limit
POST http://127.0.0.1/data
Content-Type: application/json
{
"name": "zyp",
"age": 19,
"likes": ["2233"]
}