I'm trying the api api/setup. I'm new using APIs
this is what I did :
curl -X POST -H "Content-Type: application/json" -d '{"engine" : "mysql", "email": "mymail@gmail.com", "first_name": "laura", "database": "metabase", "last_name": "secret", "password": "radompass"}' http://localhost:3000/api/setup
it returns " email must be valid" .
the email is valid though.
I don't know to fill.
and didnt understand what to write in fields : engine , schedules, request, is full sync , token ; details , is_on demand.
Can someone explain me those fields please ?
thank you very much