Add a new store to the user’s account
curl --request POST \ --url https://backend.kart.ai/api/add_store/ \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <x-api-key>' \ --data '{ "url": "<string>", "description": "<string>" }'
{ "success": true, "message": "<string>", "url": "<string>" }