{
"clueIds": [
464628022343751,464628022343749,464628022343747,463370900088832
],
"salesIds": [
463352988837952,
459662865780800
]
}curl --location --request POST '/api/v3/clue/batchAllocate' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clueIds": [
464628022343751,464628022343749,464628022343747,463370900088832
],
"salesIds": [
463352988837952,
459662865780800
]
}'{
"code": 0,
"message": "success"
}