curl --location -g --request PUT 'https://.daftra.com/api2/stores/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"Store": {
"name": "string",
"shipping_address": null,
"primary": true,
"active": true
}
}'
{
"code": 200,
"result": "successful"
}