curl --location --request POST '/v1/cp/Transaction/CardTransactionFailedList' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_index": 0,
"page_size": 5,
"order_column": "CreatedDateTime",
"order_by": "asc",
"first_six_number": "43461",
"last_four_number": "0078",
"customer_name": "baris",
"customer_surname": "toper",
"phone_number": "905553009649",
"card_no": "434610kngnvr0078",
"start_date": "2022-02-03T08:28:28.985Z",
"end_date": "2023-11-03T08:28:28.985Z"
}'
{
"status": 0,
"code": "200",
"message": "Ok",
"payload": {
"items": [
{
"customer_name": "ORHAN",
"customer_surname": "ARKIN",
"card_no": "979271nloqpi5232",
"phone_number": "905422891162",
"transaction_amount": 20.0000,
"response_code": "05",
"response_message": "Onaylanmadi",
"wallet_number": "W15",
"tenant_customer_no": "C15",
"product_code": "SPV02",
"merchant_name": "AKBANK/ USKUDAR ALTUNIZA ",
"request_date": "20220902",
"ocean_txn_guid": "4000000910517796",
"created_date_time": "2023-05-24T13:59:55.733Z"
}
],
"current_index": 1,
"page_count": 2,
"page_size": 1,
"row_count": 2
}