normally an API status code is an integer like 200, 201 etc . But an API I am trying to use has a string status code like "send_otp". I know it says 200 at the top. But i would want to use the data status instead because, occasionally it asks you to verify otp , and sometimes it does not. so I need to have a condition to show a text field for the user to enter the otp when it demands for it. If not, it doesn't. So I need to know how to use conditional statements on this. when I try to use a combined text to equal send_otp as a second value, it doesn't allow me. It says current variable is not valid