API is for internal use, so if you want to recreate this go ahead but it probably won't make much sense outside of the content of our specific application
curl -X POST \
/place \
-H 'Content-Type: application/json' \
-d '{
"latlong": "123.456, -987.654"
}'