curl --location --request POST '/v1/agent/auth/device-bind' \
--header 'Authorization: Bearer {{agentJwt}}' \
--header 'X-Device-Id: {{deviceId}}' \
--header 'X-Agent-Id: {{agentId}}' \
--header 'X-Request-Id: {{requestId}}' \
--header 'Idempotency-Key: {{idempotencyKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp": "654321",
"device_info": {
"platform": "ios",
"model": "iPhone 14",
"os": "17.5"
}
}'{
"device_id": "dev_789",
"status": "bound"
}