Real-Time Registration Form Generator
docker-compose up --build
cd schema_examples/
curl -X POST -H "Content-Type: application/json" -d @example.json localhost:5000/api/schema
You will get API key at response, you will need it later so keep it safe.
curl -H "Authorization: <API key>" localhost:5000/api/registration/<slug>
curl -X DELETE -H "Authorization: <API key>" localhost:5000/api/registration/<slug>