POST request using foreign key-table
if im posting to the "posts" table but need the id of the type of post it is in the types table, how while making the insert of this new post would i get the type of post it is from this foreign table based on the ID field?