# OTP FOR RESET/UNLOCK PIN Sends an OTP code via SMS for PIN reset or unlock. Endpoint: POST /api/v1/requests/{id}/generate_otp_for_unlock Version: v1 ## Path parameters: - `id` (string, required) The unique identifier of the Request ## Response 200 fields (application/json): - `status` (string) Successful status message - `message` (number) Successful status description ## Response 500 fields (application/json): - `code` (string) The response status code - `id` (string) The response status id - `error` (string) The response status message