{
"context": {
"language": "string"
},
"currency": "string",
"netTakeOverAmount": 0,
"sourceAccount": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
},
"takeOverAccount": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
}
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/accounts/account/participation/close' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"currency": "string",
"netTakeOverAmount": 0,
"sourceAccount": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
},
"takeOverAccount": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
}
}'
null