Authorization: Bearer ********************{
"priceTagCode": "string",
"goodsCode": "string",
"templateId": "string",
"bindExpressionId": "string"
}curl --location 'https://saas.ipx.com.cn/OpenApi/Bind/' \
--header 'RequestId: {% mock '\''guid'\'' %}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"priceTagCode": "string",
"goodsCode": "string",
"templateId": "string",
"bindExpressionId": "string"
}'{
"status": true,
"message": "string"
}