Authorization: Bearer ********************
{
"ids": [
0
]
}
curl --location --request POST 'http://39.100.59.112:8000/domain/urls' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
]
}'
{
"code": 0,
"message": "string",
"data": {
"ids": [
0
]
}
}