curl --location 'https://ldbds.kr/api/v1/leads' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"productId": "string",
"providerId": "string",
"mohomId": 0,
"name": "string",
"phone": "string",
"email": "string",
"region": "string",
"address": "string",
"memo": "string",
"birth_date": "string",
"gender": "M",
"ssn": "string",
"metadata": {
"property1": null,
"property2": null
}
}'{
"id": "string",
"productId": "string",
"providerId": "string",
"status": "string",
"name": "string",
"phone_1": "string",
"phone_3": "string",
"email": "string",
"region": "string",
"address": "string",
"birth_date": "string",
"gender": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"product": {
"id": "string",
"name": "string"
},
"provider": {
"id": "string",
"name": "string"
},
"orderId": "string",
"assignmentId": "string"
}