curl --location --request PUT 'https://trashnothing.com/api/v1.2/users/me/post-locations' \ --form 'latitude=""' \ --form 'longitude=""' \ --form 'name=""'
[ { "latitude": 0, "longitude": 0, "name": "string" } ]