How can I specify table name when generating SQL with the API?

I wasn’t able to find documentation about how to specify the table name when generating SQL. My results look like this:
insert into (my_col) values (1);

The doc I referenced: https://www.mockaroo.com/api/docs