{
"botid": "string",
"roomid": "string",
"isSave": true
}
curl --location --request POST '/saveToContact' \
--header 'X-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"botid": "string",
"roomid": "string",
"isSave": true
}'
{}