user POST /api/patients/{id}/approvals/{id}/actions/resend_sms
Validate request
Authorize
- Verify the validity of access token
- Check user scope approval:create in order to perform this action
Logic
- Search for approval by patient_id + approval_id
- If not found
- return error
- send SMS to the auth_phone via otp_verification service POST /verifications