When making a call to the https://cloud.magicplan.app/api/v2/projects endpoint and specifying the latitude and longitude of the address, the request fails with "500: Internal Server Error".
I have tried both with the other address fields set and just with the latitude and longitude set. I have also tried the example shown in your Swagger API: https://app.swaggerhub.com/apis-docs/magicplan/magicplanCloudApi. All fail in the same way.
Example cURL request: curl --header "key: XXX" --header "customer: YYY" -H "Content-Type: application/json" https://cloud.magicplan.app/api/v2/projects --verbose --data '{"email":"person@example.com","name":"Test","address":{"street":"Infinite Plan Street","street_number":"1A","city":"Munich","postal_code":"15615","country":"Germany","longitude":-20.5357,"latitude":-99.625}}'