curl --location --request POST '/api/v1/vfio/devices/group-paths' \ --header 'Content-Type: application/json' \ --data-raw '{ "pci_addresses": [ "string" ] }'
{ "group_paths": [ "string" ] }