I see on link https://firebase.google.com/docs/reference/rest/database/
have methob write data is
curl -X PUT -d ‘{ “first”: “Jack”, “last”: “Sparrow” }’
‘https://[PROJECT_ID].firebaseio.com/users/jack/name.json’
How can use on web Api in Thunkable x