app_user_validate
Validates a mobile app security code. This is a simple code check used as an initial gate for app access.
In the current implementation, the function checks whether
security_cod equals the hardcoded sentinel value "-". Any other value is rejected. This is intended to be updated with real security logic.Endpoint
Request
The app security code to validate.