Creates or updates stores.
POST/api/v2/public/stores
Creates or updates stores in bulk. When flush is true, removes existing stores before inserting.
Creates or updates stores.
curl https://api.colleqtive.net/api/v2/public/stores \
-X POST \
-H "Authorization: $COLLEQTIVE_BEARER_TOKEN"{
"success": true,
"data": "data",
"message": "message"
}Returns Examples
{
"success": true,
"data": "data",
"message": "message"
}