Answers for "sending postman key value pair"

0

sending postman key value pair

Instead to formdata switch to raw(Json) and try the following

{
    "payment_mode":"Paytm",
    "price":10,
    "drop_time":"2021-09-10 10:30:00",
    "pickup_time":"2021-09-10 11:30:00",
    "booking_items":[ 
        {
            "luggage_id":1,
            "qty":1
        }
    ]
}
Posted by: Guest on September-02-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language