Authorization: ********************{
"activityId": 0
}curl --location --request POST '/provider/activitycenter/get?userId&language' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"activityId": 0
}'{
"isSuccess": true,
"errorMessage": "string",
"data": {
"text": {
"title": "string",
"description": "string",
"cover": "string"
},
"button": {
"code": "string",
"parameter": {
"property1": "string",
"property2": "string"
}
}
}
}