/
Last updated
Last updated
GET /users/orders/ HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
POST /users/orders/ HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"item_ids": [
"text"
],
"location": {
"latitude": 1,
"longitude": 1
}
}