curl --location --request PUT 'https://api.test.payrun.io/Employer//CisLineType//Tag/' \
--header 'Authorization;' \
--header 'Api-Version;'{
"Tag": {
"Created": "2019-08-24T14:15:22.123Z",
"TaggedItem": {
"@href": "string",
"@rel": "string",
"@title": "string"
},
"Text": "string"
}
}