{
"customerId": 0,
"bizLineNames": [
"string"
]
}
curl --location --request POST '/open-api/customer/biz-line/get-belong' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0,
"bizLineNames": [
"string"
]
}'
{
"code": 0,
"data": [
{
"userId": 0,
"userExternalId": "string",
"userName": "string",
"bizLineId": 0,
"bizLineName": "string"
}
],
"msg": "string",
"requestId": "string"
}