curl --location -g --request POST '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": 202,
"result": "successful",
"id": "2415"
}