Ecosystem
The given ecosystem is created.
A new ecosystem is created with the given name.
post/api/v2/ecosystems
Request body
Example request
{
"Name": "Financial Institutions"
}Response
Success
Example response
{
"EcosystemId": 123
}A new ecosystem is created with the given name.
{
"Name": "Financial Institutions"
}Success
{
"EcosystemId": 123
}