curl --location --request POST 'https://api.test.payrun.io/Employer//PaySchedules' \
--header 'Authorization;' \
--header 'Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"PaySchedule": {
"MetaData": {},
"Name": "string",
"PayFrequency": "Weekly"
}
}'{
"Link": {
"@href": "string",
"@rel": "string",
"@title": "string"
}
}