Authorization: Bearer ********************curl --location '/api/v1/DL/Get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"dlId": 0,
"code": "",
"title": "",
"type": 0,
"isActive": true,
"search": "",
"sortBy": "string",
"sortDesc": true,
"take": 10,
"skip": 0
}'