Bulk get assets
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/epm/bulk_assets
Refer to Spaces for more information.
POST
/api/fleet/epm/bulk_assets
curl \
--request POST 'http://localhost:5601/api/fleet/epm/bulk_assets' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"assetIds":[{"id":"string","type":"string"}]}'