Yes, you can conditionally include fields in your API request by using the "Remove null & undefined values" option. When you toggle this option on, any fields in the request that are empty, null, or undefined will be automatically removed from the request. This helps prevent sending blank values to the API and avoids potential data overwrites or errors caused by missing information.
Source:HTTP API with JWT authentication | Clay University