POST 2 test updates

This commit is contained in:
Ankit Mahato
2024-03-12 02:24:35 +05:30
parent 9be445072c
commit fc7a051285
6 changed files with 16 additions and 6 deletions

View File

@ -415,7 +415,7 @@ let config = {
headers: {
"Content-Type": "application/json"
},
data: "{\n\"text\": \"I LOVE Flutter\"\n}"
data: "{\n\"text\": \"I LOVE Flutter\",\n\"flag\": null,\n\"male\": true,\n\"female\": false,\n\"no\": 1.2,\n\"arr\": [\"null\", \"true\", \"false\", null]\n}"
};
axios(config)