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