getEmail
GET localhost:4003/emails/
Request Body
{"id"=>"123", "location"=>{"latitude"=>40.7128, "longitude"=>-74.006}, "dateTime"=>"2024-04-15T12:00:00Z", "description"=>"A lost dog wandering around the park.", "media"=>[{"type"=>"image", "url"=>"https://example.com/dog.jpg"}, {"type"=>"video", "url"=>"https://example.com/dog_video.mp4"}], "status"=>"reported", "createdAt"=>"2024-04-15T12:00:00Z"}