curl --location --request PUT '/store/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sub_domain":"sub-domain",
"store_phone":"081333272471",
"name":"nama toko",
"valid_hp": true
}'{
"message": "Store updated successfully"
}