Fix 500 error when calling /{record_id}/sessions with no session body instead return a 4xx error.
The solution is to make this body mandatory with associated schema. If not provided 422 will be returned. Inegration tests included.
The solution is to make this body mandatory with associated schema. If not provided 422 will be returned. Inegration tests included.