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