post https://example.com/tasks
Log in to see full request history
Response
xxxxxxxxxx
11curl --request POST \
--url https://example.com/tasks \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "PICKUP",
"datePickup": "2022-03-10T17:58:27.222Z",
"vehicleType": "SCOOTER"
}
'
Try It!
to start a request and see the response here! Or choose an example: