Authorization: Bearer ********************curl --location --request PUT 'https://numueg.app/api/v1/stores//settings/payment/moyasar/credentials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"secret_key": "string",
"publishable_key": "string",
"webhook_secret": "string"
}'{
"success": true,
"data": {
"is_configured": true,
"secret_key_masked": "string",
"publishable_key_masked": "string",
"webhook_secret_masked": "string",
"last_configured": "string"
},
"message": "string"
}