cURL
curl --request POST \ --url https://api.example.com/tenants \ --header 'Content-Type: application/json' \ --data '{}'
{ "id": "e305e9a4-585e-49b8-bc88-9fba992c6326", "name": "loja123", "brandName": "Loja 123 Ltda", "plan": "STARTER" }
Realiza a montagem de um novo espaço de loja no sistema OmniDom.
STARTER
ENTERPRISE
The body is of type object.
object