curl --location --request POST 'https://api.test.payrun.io/Employer//Employee//PayInstructions' \
--header 'Authorization;' \
--header 'Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"PayInstruction": {
"Description": "string",
"EndDate": "2019-08-24",
"PayLineTag": "string",
"StartDate": "2019-08-24"
}
}'{
"Link": {
"@href": "string",
"@rel": "string",
"@title": "string"
}
}