curl --location 'https://ldbds.kr/api/v1/distribute/recall' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"mohomId": 0,
"leadIds": [
"string"
]
}'{
"success": true,
"recalledCount": 0,
"fromOrderId": "string"
}