curl --location --request PUT 'https://api.amo.delivery/orders/send_amo_go' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"order_id": "69678565e4c63605e20c7a9a",
"locomotion_type": "motorcycle"
}'