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