curl --location --request POST 'https://api.test.payrun.io/Jobs/Dps' \
--header 'Authorization;' \
--header 'Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"DpsJobInstruction": {
"Apply": true,
"Employer": {
"@href": "string",
"@rel": "string",
"@title": "string"
},
"FromDate": "2019-08-24",
"HoldingDate": "2019-08-24T14:15:22.123Z",
"MessageTypes": {
"Type": [
{}
]
},
"MessagesToProcess": {
"Message": [
{
"@href": "string",
"@rel": "string",
"@title": "string"
}
]
},
"Retrieve": true
}
}'