Check out example codes for "ruby on rails test if all parameters in json request are here". It will help you in understanding the concepts better.
Code Example 1
if(params.has_key?(:one) && params.has_key?(:two))
Learn ReactJs, React Native from akashmittal.com