curl --location --request POST '/admin/v1/transaction/payment' \
--header 'Content-Type: application/json' \
--data-raw '"string"'{
"code": "VALIDATION_ERROR",
"message": "Validation failed for request",
"details": [
{
"field": "accountNumber",
"message": "must not be blank"
}
]
}