curl --location --request GET '/delay/paymentConfig/available' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoyMzg5Iiwicm5TdHIiOiJZYWRoSHhWZ01PNFpwUDlZbWVzcG1USjhUYVRDS2NCbiIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjQyNDY3MyIsInVzZXJJZCI6MjM4OSwiZGVwdElkIjoyODQyfQ.tCJ14__E_p1TDTbO4qRdenc8Ye4nByMtrkDFqSfCbL0'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"tenantId": "string",
"schoolId": 0,
"environment": "string",
"appid": "string",
"type": "string",
"merchantId": "string",
"merchantSerialNumber": "string",
"apiKey": "string",
"publicKeyId": "string",
"publicKeyPath": "string",
"privateKeyPath": "string",
"enable": true,
"paymentSource": "string"
}
]
}