{
"query": {
"clientId": 6824000000,
"companyFullName": "abc***"
},
"pagination": {
"current": 1,
"size": 10
}
}
curl --location --request POST 'https://wallet.test.wspn.io/openapi/v1/user-account/sub-account' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": {
"clientId": 6824000000,
"companyFullName": "abc***"
},
"pagination": {
"current": 1,
"size": 10
}
}'
{
"header": {
"success": true
},
"resultList": [
{
"clientId": 6825060174,
"companyFullName": "ea4a7ad3",
"countryOfRegistration": "SGP",
"companyType": "Master Merchant",
"clientStatus": "Pending KYC",
"username": "2c5ded0c",
"userId": 200000508
},
{
"clientId": 6825060191,
"companyFullName": "ea4a7ad3",
"countryOfRegistration": "SGP",
"companyType": "Master Merchant",
"clientStatus": "Pending KYC",
"username": "2c5ded0c",
"userId": 200000509
},
{
"clientId": 6825060192,
"companyFullName": "ea4a7ad3",
"countryOfRegistration": "SGP",
"companyType": "Master Merchant",
"clientStatus": "Pending KYC",
"username": "2c5ded0c",
"userId": 200000510
}
],
"pagination": {
"current": 1,
"size": 10,
"pages": 1,
"total": 3
}
}