curl --location --request POST 'https://api.falken.ltd/api/admin/fundraising-employers' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyName": "string",
"email": "user@example.com",
"phoneNumber": "string",
"websiteUrl": "http://example.com",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": 1,
"postalCode": "string",
"country": 0,
"defaultMatchPercentage": 0,
"defaultMaxMatchAmount": 0
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"companyName": "string",
"email": "string",
"phoneNumber": "string",
"websiteUrl": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": 1,
"postalCode": "string",
"country": 0,
"defaultMatchPercentage": 0,
"defaultMaxMatchAmount": 0,
"createdUtc": "2019-08-24T14:15:22Z",
"updatedUtc": "2019-08-24T14:15:22Z"
}
Authorization: Bearer ********************