{
"groupCode": "string"
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/digitalloan/parameters' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupCode": "string"
}'
{
"data": {
"errorCode": "string",
"errorMessage": "string",
"errorParameters": "string",
"isError": true,
"result": [
{
"groupCode": "string",
"parameterCode": "string",
"parameterValue": "string",
"templateCode": "string",
"templateValue": "string"
}
]
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}