REST APIs
Creates a new item in a database table
curl --request POST \ --url https://api.basic.tech/account/{project_id}/db/{table} \ --header 'Content-Type: application/json' \ --data '{ "value": {} }'
{ "data": {} }
project id
table name
Item created successfully