API Platform takes care of validating the data sent to the API by the client (usually user data entered through forms).
- For Symfony users, refer to the Validation with Symfony documentation.
- For Laravel users, refer to the Validation with Laravel documentation.