Create a marker on a map
POST {{cartes_api_base_url}}/maps/{{cartes_map_uuid}}/markers
Request Body
{"lat"=>45, "lng"=>-18, "description"=>"Gray Lady", "category"=>570, "meta"=>{"species"=>"great white", "kilograms"=>2268, "length_in_meters"=>6}}
RESPONSES
status: Created
{"category_id":570,"description":"Gray Lady","location":{"type":"Point","coordinates":[-18,45]},"elevation":null,"link":null,"token":"hDVr9lNmPhiNCB2OwIvnauPZORp1h3sY","expires_at":null,"updated_at":"2022-08-05T11:54:35+00:00","created_at":"2022-08-05T11:54:35+00:00","id":3565,"map":{"slug":"d42b4cf5-d0ea-4524-8bbf-48c11b3a78f6","title":"Opi's test map full of sharks","description":"","privacy":"unlisted","users_can_create_markers":"yes","options":{"links":null,"default_expiration_time":null,"limit_to_geographical_body_type":null},"uuid":"d42b4cf5-d0ea-4524-8bbf-48c11b3a78f6","created_at":"2022-07-26T08:27:07+00:00","updated_at":"2022-07-30T17:49:12+00:00"},"category":{"id":570,"name":"Sharks","slug":"sharks","icon":"https://img.icons8.com/ios-glyphs/344/shark.png"}}