Each parameter sent in request is mapped to the internal name generated by the table column name.
eg. For adding a row to an employee table called Pets
{
"name": "Ruby",
"gender": "1",
"hobbies": ["4", "5"],
"age": "5"
}
Single select and multi select column types should use option ID values from the Get an employee table endpoint