curl --location '/http/api/update-survey-score' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"ActivityId": "1045",
"Score": "10"
}'{
"results": [
{
"Type": "S",
"Message": "Data updated successfully."
}
]
}