Junior — Middle
What HTTP method do you use to add a new record to the system via REST API?
sobes.tech AI
Answer from AI
The HTTP method POST is typically used to add a new record to the system via the REST API. This method is intended for creating new resources on the server. For example, when submitting form data to create a user or a database record, the client makes a POST request with a body containing the new record's data.