{
"buyerId": "7925fb6c-1391-458a-9144-275078d9f24b",
"expiryMs": 0,
"clientReference": "string"
}curl --location '/partner/v1/customers//collection-wallets' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"buyerId": "7925fb6c-1391-458a-9144-275078d9f24b",
"expiryMs": 0,
"clientReference": "string"
}'{
"walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
"buyerId": "7925fb6c-1391-458a-9144-275078d9f24b",
"routeCode": "string",
"clientReference": "string",
"status": "string",
"expiryMs": 0,
"addresses": [
{
"blockchain": "ETH",
"address": "string",
"acceptableCurrencies": [
"string"
],
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}