curl --location --request POST '/maps/upload_asset' \ --header 'Authorization: bearer {{token}}' \ --header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36' \ --form 'map_asset="739Intersection_0.9.14.zip"' \ --form 'xodr_files="739Intersection.xodr"' \ --form 'png_files="739Intersection.png"'
{ "code": 200, "result": { "error_infos": [] }, "message": "" }