Authorization: Bearer ********************{
"deviceType": "1",
"status": "0",
"pushFrequency": "1",
"userIds": [
0
],
"id": "string"
}curl --location --request POST '/api/services/app/device/deviceOffLineConfig/crOrUp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"deviceType": "1",
"status": "0",
"pushFrequency": "1",
"userIds": [
0
],
"id": "string"
}'