You need to expand the number of concurrent users as API calls fail with a 500 Server Error when more than 4 calls are made.
DCS 6.10.3 and Higher
We recommend adding the logout call to your API code.
API Logout Documentation
In some use cases, you may need to increase the concurrent limit beyond the default of 5.
The maximum number of concurrent users in Symantec Data Center Security can be adjusted by modifying the server configuration settings to accommodate higher API traffic.
To increase the user token limit, you must modify the application.properties configuration file located on the management server.
user.token.limit=50
While development recommends a standard limit of 15 concurrent users, the value can be customized based on organizational requirements (e.g., set to 50 as shown in the example above).