curl --location --request POST '/api/v1/vfio/devices/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowlist": [
"string"
],
"pci_addresses": [
"string"
]
}'
{
"errors": [
"string"
],
"message": "string",
"valid": true
}