On POST insert on table not getting the ID (primary key) of the inserted row

on using the _table/schema_name.table_name POST request in getting following response

[{…}]
0:
uuids: null

where uuids is the postgresql type uuid and set to uuid_generate_v4()