Rest API - HTTP Status Codes
You are designing a REST API for updating user profiles. After a successful update, you want to respond with
204 No Content. Which of the following is the best practice to implement this behavior?