{
"bluetoothDevice": "string",
"oldBluetoothDevice": "string",
"custNum": "string",
"custIdentifyNo": "string",
"roleName": "string"
}
curl --location --request POST '/custLongTerm/v1/bindBluetoothDevice' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"bluetoothDevice": "string",
"oldBluetoothDevice": "string",
"custNum": "string",
"custIdentifyNo": "string",
"roleName": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": null
}