curl --location --request GET 'https://api.test.payrun.io/Employer//Tags/' \
--header 'Authorization;' \
--header 'Api-Version;'{
"LinkCollection": {
"Links": {
"Link": [
{
"@href": "string",
"@rel": "string",
"@title": "string"
}
]
}
}
}