curl --request POST \
--url https://vpos.payven.com.tr/api/v1/connector-error-codes/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json; ver=1.0' \
--data '
{
"items": [
{
"connectorCode": "<string>",
"providerErrorCode": "<string>",
"category": "Technical",
"turkishMessage": "<string>",
"englishMessage": "<string>",
"internalDescription": "<string>",
"shouldRetry": true,
"httpStatusSuggestion": 123
}
]
}
'