username:passwordAuthorization: Basic *****************{
"emailsToNotify": [
"string"
],
"disableNotification": true,
"smsVerifyCodeCfg": {
"emailToNotify": "string"
}
}curl --location --request PUT 'https://apitest.wooshpay.com/v1/issuing/cards//specs' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"emailsToNotify": [
"string"
],
"disableNotification": true,
"smsVerifyCodeCfg": {
"emailToNotify": "string"
}
}'true