I'm getting an error when trying to write to a SharePoint List URL field using REST API. Please see below:
{"__metadata": {
type: "SP.Data.TESTINGTeamsSiteCreationListItem"
},
"TeamsLink": {
"Url":"@{variables('URL')}",
"Description": "MS Teams"
}
}
Error:

All the documentation/guides I've seen seem to indicate that what I've done is correct, but I'm still hitting this issue.
Any help would be appreciated. Thank you
@Expiscornovus