{
"taskCode": 2,
"salesIds": [
463352988837952
]
}
curl --location --request POST '/api/v3/sop-task/customer/list' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskCode": 2,
"salesIds": [
463352988837952
]
}'