curl --location --request POST 'http://localhost:8000/api/v1/store/switch' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'store_id="73"'{
"success": true,
"message": "string",
"data": [
null
]
}