createApiKey
@POST(value = "/{apiVersion}/apiuser/{apiUser}/apikey")
Creates a new API key for the specified API user.
Return
A Response containing the generated ApiKey.
Parameters
apiVersion
The version of the API (e.g., v1_0 or v2_0).
apiUser
The ID of the API user for whom to create the key.
productSubscriptionKey
The subscription key for the product.