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