My Shop
Must match the regex /^[A-Za-z0-9-]+$/.
myshop
Must be an image.
curl -L \ --request POST \ --url 'https://api.sellauth.com/v1/shops/create' \ --header 'Content-Type: multipart/form-data' \ --form 'name=My Shop' \ --form 'subdomain=myshop' \ --form 'logo=binary'
{ "name": "My Shop", "subdomain": "myshop", "owner_id": 1, "updated_at": "2024-01-01T00:00:00.000000Z", "created_at": "2024-01-01T00:00:00.000000Z", "id": 1, "is_subscribed": false, "url": "https://myshop.sellauth.com", "valid_payment_methods": [] }