How create several subscriptions for one existing user from api?

How create several subscriptions for one existing user from api?

I trying create a subscription for one user existing, but the api return this error:

{ code: 3062,  message: 'The client "name" exist. ....' }


In our project, we create several subscriptions by user, how we can to make this from the api?

Thansk

Abraham.