curl --location --request POST 'https://api.test.payrun.io/Employer//ReportingInstructions' \
--header 'Authorization;' \
--header 'Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ReportingInstruction": {
"EndDate": "2019-08-24",
"StartDate": "2019-08-24",
"TaxMonth": 0,
"TaxYear": 0,
"Value": 0
}
}'{
"Link": {
"@href": "string",
"@rel": "string",
"@title": "string"
}
}