curl --location -g --request POST 'https://www.autozod.app/api/task/update' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 1000,
"task_id": "63c7d94d8e77926b400881e3",
"items": [
{
"name": "Kawab",
"quantity": 4
}
],
"pickup": {
"payment": {
"amount": 300,
"currency_code": "INR"
}
},
"drop": {
"payment": {
"amount": 400,
"currency_code": "INR"
}
}
}'{}