curl --location 'https://salesmap.kr/api/v1/people' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data-raw '{
"name":"Exmaple_People",
"email":"exmaple@exmaple.com",
"phoneNumber":"01011112222",
"fieldList": [
{"name":"포지션", "stringValue":"CEO"}
],
"organizationName":"Example_Organization"
"organizationFieldList": [
{"name":"주소", "stringValue":"서울시 강남구"},
{"name":"직원수", "numberValue":"15"},
]
}
'