curl --location --request PUT '/store/' \
--header 'Content-Type: application/json' \
--data-raw '{
"subdomain":"sub-domain",
"store_phone":"0823330003333",
"store_name":"nama toko",
"valid_hp": true
}'
{
"message": "Store updated successfully"
}