{}
curl --location --request GET '/api/v1/device/pincode' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "code": 0, "data": { "pinCodeList": [ "string" ] }, "message": "string" }