curl --location --request POST 'https://api.craftcart.io/api/v1/auth/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Sam",
"lastName": "Palmer",
"email": "sam@example.com",
"password": "StrongPass123!",
"storeName": "Samapa Designs",
"storeSlug": "samapa-designs"
}'{"success":true,"data":{"user":{"id":"6629c84f5d6a4d7481dfc999","email":"sam@example.com","firstName":"Sam","lastName":"Palmer"},"store":{"id":"6629c84f5d6a4d7481dfc777","name":"Samapa Designs","slug":"samapa-designs"},"memberships":[{"storeId":"6629c84f5d6a4d7481dfc777","storeName":"Samapa Designs","storeSlug":"samapa-designs","role":"owner"}],"storefrontToken":"cc_sf_************************","accessToken":"<jwt>"},"meta":{}}