Where to enter the cURL?
I thought I might add a few fields to the built-in 'User' table, such as a name. If I wanted to get the data, the hint says:
curl -X GET \
-H "X-Appery-Database-Id: 5175f360e4b044a47ce22ab8" \
-H "X-Appery-Session-Token: " \
https://api.appery.io/rest/1/db/users/
In Appery, I see where the URL goes, but what do I with the other 3 lines? I've read the Bankend Services Database doc ( http://docs.appery.io/documentation/b... ), but that doesn't seem to say what to do with the other lines either.
-thanks