Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/api2/stores/2415.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"code": 200,
"result": "successful",
"data": {
"Store": {
"id": 2415,
"name": "Main Warehouse",
"shipping_address": null,
"primary": 0,
"active": 0,
"branch_id": 1,
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06"
}
}
}