curl --location --request PATCH '/business-config/printers/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"guid": "string",
"ip_address": "string",
"port": "string",
"provider": "string",
"mac_address": "string",
"type": "string"
}'