curl --request POST \
--url https://api.example.com/unidade-negocio/cookie \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"123-abc",
"abc-123"
]
}
'{
"status": true,
"mensagem": "OK"
}curl --request POST \
--url https://api.example.com/unidade-negocio/cookie \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"123-abc",
"abc-123"
]
}
'{
"status": true,
"mensagem": "OK"
}