curl --location --request POST 'https://api.falken.ltd/api/platform-fees' \
--header 'Content-Type: application/json' \
--data-raw '{
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"transactionType": "string",
"feePercentage": 0,
"fixedFeeAmount": 0,
"minimumFeeAmount": 0,
"maximumFeeAmount": 0,
"isActive": true,
"description": "string",
"effectiveDate": "2019-08-24T14:15:22.123Z",
"expirationDate": "2019-08-24T14:15:22.123Z"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"transactionType": "string",
"feePercentage": 0,
"fixedFeeAmount": 0,
"minimumFeeAmount": 0,
"maximumFeeAmount": 0,
"isActive": true,
"description": "string",
"effectiveDate": "2019-08-24T14:15:22.123Z",
"expirationDate": "2019-08-24T14:15:22.123Z",
"scope": "string"
}