Authorization: Bearer ********************curl --location --request PUT 'https://numueg.app/api/v1/stores//settings/payment/kashier/credentials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"merchant_id": "string",
"api_key": "string",
"secret_key": "string",
"apple_pay_enabled": false,
"mode": "live"
}'{
"success": true,
"data": {
"is_configured": true,
"merchant_id": "string",
"api_key_masked": "string",
"apple_pay_enabled": false,
"mode": "live",
"last_configured": "string"
},
"message": "string"
}