Some development notes:
OUR APIs ARE CASE SENSITIVITY:
Please make sure to use the commands and params all in case sensitive. This is impact the correct functionality of the APIs.
Example:
Correct:
"apiStatus": "success",
Wrong:
"apistatus": "success",