curl --location --request POST '/api/v1/vfio/devices/iommu-groups' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowlist": [
"string"
],
"pci_addresses": [
"string"
]
}'
[
{
"devices": [
"string"
],
"id": "string"
}
]