user POST /api/patients/{id}/approval_request/{id}/action/approve with the verification code received from the patient
Validate request
Authorize
Logic
- system checks verification code via otp_verification service PATCH /verifications/:phone_number/actions/complete
- if verification code matches - system creates new approval
- If not - return error