POST
/
api
/
add_store
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>"
}

Headers

X-API-KEY
string
required

Body

application/json
url
string
description
string

Response

200
application/json
Successful response
success
boolean
message
string
url
string