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
}
]
}