POST - https://subscribercrmapi.magistrates-association.org.uk/api/profile

Adds or updates the specified Profile Details.

{
"ContactId": 1234,
"ProfileSectionTitle": "MyProfileSection",
"ProfileSectionFormat": 1,
"Rows": [
{
"ToDelete": false,
"Data": {
"profilefield1": 123,
"profilefield2": "My value",
"profilefield3": "Another value"
}
}
]
}