Authorization: Bearer ********************curl --location --request DELETE '/v1/configs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"12345678-1234-1234-1234-123456789012",
"87654321-4321-4321-4321-210987654321"
]
}'{
"data": null,
"message": "Berhasil menghapus data config"
}