Avatar

Correct answer by
Employee Advisor

@ajaym75199991  Please try passing the mobile platform details in the API request (Under "Conext") , something like : 

 "mobilePlatform": {
      "platformType": "ios",
      "deviceType": "phone",
      "deviceName": "iPhone12,5"
    }

This should help you with the API request. 

View solution in original post