{
"externalUserId": "121314141414",
"unionId": "1213134131313"
}
curl --location --request POST '/api/v3/common/customer/info' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "121314141414",
"unionId": "1213134131313"
}'
{
"code": 0,
"message": "success",
"data": [
{
"customerId": "480559642546368",
"externalUserId": "wm9Df1dQAAsvxHwPMB5IsuNp4jgo0alw",
"unionId": "oStmX5lOkPi5mLS6TdcSR-scusgQ"
}
]
}