Recording API: POST /api/v2/recordings/{id}/actions/start returns 400 Bad Request

Trying to trigger a recording via API during a call. Sending a POST to /api/v2/recordings/{recordingId}/actions/start with an empty body. Getting a 400 Bad Request. The recordingId is valid and comes from the conversation event. Any idea what payload is required or if I’m hitting the wrong endpoint?