{
"devices": [
"string"
]
}
curl --location --request POST '/openapi/v0.9/map/api/v1/workspaces//offline-maps/packages' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"devices": [
"string"
]
}'
{
"code": 0,
"message": "string",
"data": {}
}