Error Description
The apps list you have entered in the otherApps needs to be an array of the hashed app-id(received as a response) of each app on uploading the app on BrowserStack.
Solution
"otherApps": ["bs://<hashed app-id>", "bs://<hashed app-id>"]
Note: Maximum 3 app ids allowed. This capability has to be used along with app capability. The app capability should not clash with otherApps capability.
For more info, you may refer to our capabilities-list documentation