Authentication
Mọi endpoint /api/v2/* yêu cầu bốn header:
X-Partner-Id: <partner-id>
X-Shop-Id: hvn-demo-store
X-Timestamp: <unix-seconds>
X-Signature: <hmac-sha256>Base string: METHOD + newline + PATHNAME + newline + TIMESTAMP + newline + SHA256(rawBody). Timestamp có hiệu lực ±5 phút.