{
"chatId": "7123456789@c.us"
}
curl --location -g --request POST '/waInstance{{idInstance}}/unarchiveChat/{{apiTokenInstance}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "7123456789@c.us"
}'
//The response body is empty. If successful, the server response is 200.