As I'm a newbie, my question might be really simple. I googled but didn't find a convincing answer to my question. Working on developing REST API, the purpose of the API is to create a Team of players from existing students. POST method, As of now the request body will hold the student ID (primary key) in the Request Body.
Can the request body contain Tables primary key while accessing a REST API?