Authorization: Bearer ********************curl --location --request PATCH '/store/subdomain' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subdomain":"sub-domain",
"name":"boskirim",
"phone":"088880888"
}'{}