Added bulk json insert test
This commit is contained in:
18
Rest.http
18
Rest.http
@@ -68,6 +68,24 @@ Content-Type: application/json
|
|||||||
}
|
}
|
||||||
?? status == 201
|
?? status == 201
|
||||||
|
|
||||||
|
###
|
||||||
|
POST /products
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"product_name": "Saffaron"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"product_name": "Chai"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"product_name": "sar"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
?? status == 201
|
||||||
|
|
||||||
###
|
###
|
||||||
{{
|
{{
|
||||||
const axios = require('axios');
|
const axios = require('axios');
|
||||||
|
|||||||
Reference in New Issue
Block a user