mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-12 15:36:01 +03:00
8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
POST http://localhost:8000/variables
|
|
{
|
|
"name": "{{name}}",
|
|
"age": {{age}},
|
|
"female": {{female}}
|
|
}
|
|
|