curl --location --request POST '/api/v1/vfio/devices/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"pci_address": "string"
}'
{
"address": "string",
"device": "string",
"driver": "string",
"iommu_group": "string",
"numa_node": "string",
"vendor": "string"
}