{
"context": {
"language": "string"
},
"cardNo": "string",
"newBillingCycleCode": 0
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/creditcards/statementcycle/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"cardNo": "string",
"newBillingCycleCode": 0
}'
{
"data": {
"lastStatementDate": "string",
"lastStatementDueDate": "string",
"nextStatementDate": "string",
"nextStatementDueDate": "string"
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}