curl --location --request PUT '/admin/sellers//store' \
--header 'Content-Type: application/json' \
--data-raw '{
"store_name": "Alfian Store",
"store_phone": 62876113122,
"payment_method": "cod,manual,epayment"
}'
{
"message": "Store updated successfully"
}