Shops
Create Shop
Creates a new shop.
post/v1/shops/create
Response
The created shop
Example response
{
"id": 1,
"name": "My Shop",
"subdomain": "my-shop",
"owner_id": 1
}Creates a new shop.
The created shop
{
"id": 1,
"name": "My Shop",
"subdomain": "my-shop",
"owner_id": 1
}