mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 06:42:07 +08:00
Update POST Model 2
This commit is contained in:
@ -209,7 +209,12 @@ const requestModelPost2 = RequestModel(
|
||||
url: 'https://api.apidash.dev/case/lower',
|
||||
method: HTTPVerb.post,
|
||||
requestBody: r"""{
|
||||
"text": "I LOVE Flutter"
|
||||
"text": "I LOVE Flutter",
|
||||
"flag": null,
|
||||
"male": true,
|
||||
"female": false,
|
||||
"no": 1.2,
|
||||
"arr": ["null", "true", "false", null]
|
||||
}""",
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user