This project make an POST and GET to Supabase API.
Run the app:
air
Post an user
curl --request POST \
--url http://localhost:8000/user \
--header 'Content-Type: application/json' \
--data '{
"name": "juan",
"email": "a@.co",
"nascimento": "vhvhjv",
"telefone": "31099699"
}'
Get all users
curl --request GET \
--url http://localhost:8000/user