{
"account_id": "e7e390c4-7287-4f00-b32c-d8fb820184d3",
"channel_id": "e7e390c4-7287-4f00-b32c-d8fb820184d3",
"delivery_address_id": "e7e390c4-7287-4f00-b32c-d8fb820184d3"
}curl --location 'https://uat.bkj.com/openapi/v1/card/apply' \
--header 'X-Api-Key: your-X-Api-Key' \
--header 'X-Timestamp: 1770356156' \
--header 'X-Signature: xxxxxxxx' \
--header 'X-Nonce: xxxxxxx' \
--header 'Accept-Language: en-US' \
--header 'Idempotency-Key: 调用方自己生成的幂等 key' \
--header 'Content-Type: application/json' \
--data '{
"account_id": "e7e390c4-7287-4f00-b32c-d8fb820184d3",
"channel_id": "e7e390c4-7287-4f00-b32c-d8fb820184d3",
"delivery_address_id": "e7e390c4-7287-4f00-b32c-d8fb820184d3"
}'{
"code": 0,
"data": "success",
"message": "success",
"timestamp": 1774340604594
}