curl --location --request PUT 'https://api.falken.ltd/api/admin/fundraising-employer-organizations/' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundraisingEmployerId": "0cfa7910-1773-422b-993d-4e611843fa83",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"matchPercentage": 0,
"maxMatchAmount": 0,
"isActive": true
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"fundraisingEmployerId": "0cfa7910-1773-422b-993d-4e611843fa83",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"matchPercentage": 0,
"maxMatchAmount": 0,
"isActive": true,
"createdUtc": "2019-08-24T14:15:22Z",
"updatedUtc": "2019-08-24T14:15:22Z",
"fundraisingEmployerName": "string",
"organizationName": "string"
}
Authorization: Bearer ********************