PATCH /api/demand//lists//attach/

In order to assign a domain list to a demand , first update the demand with the domain_list_type in order to decide if it's a WL or BL (1 - white list, 2- black list)

Sample Request
curl -X PATCH
  -H 'accept: application/json'
  -H 'api-version: 1'
  -H 'authorization: Bearer '
Sample Response
{
    "status": "OK",
    "data": "List attached"
}