{
"stationId": "271099579",
"deliveryLockerId": "XYHU-001",
"companySecretKey": "5EAF06EA94DFF6B6"
}curl --location --request POST '/app/zhongYou/accessToken.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'clientid: operator' \
--header 'sk: {{sn}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationId": "271099579",
"deliveryLockerId": "XYHU-001",
"companySecretKey": "5EAF06EA94DFF6B6"
}'{}