{
"completed": [
{
"symbol": "string",
"amount": 0,
"price": 0
}
],
"canceled": [
"string"
],
"id": "string"
}curl --location --request PUT 'https://testapi.flyp.com.tr/magnusapi/portfolio//complete-transaction?Id' \
--header 'Content-Type: application/json' \
--data-raw '{
"completed": [
{
"symbol": "string",
"amount": 0,
"price": 0
}
],
"canceled": [
"string"
],
"id": "string"
}'{}