curl --location 'http://192.168.10.11:7012/api//openapi/v0.1/wayline/finish-upload' \
--header 'gis-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NzIwNzI1ODEsInVzZXJuYW1lIjoic3lhZG1pbiJ9._MztFZUO72f_nClLz-Yf-qcDFHOm-G_o1ZkJZplzSQU' \
--header 'x-tenant-id: 1011' \
--header 'x-access-token: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "wayline_01",
"object_key": "8d72d542-f966-447d-85c6-c440263ca612/f10e3a91-4b82-4fd4-9b90-3919292d9256/b4f93cdc-df4a-4a8b-8be3-557c52583f78/wayline.kmz"
}'