POST /profiles/:recipient_id/lists
Example
Method: POST
URL: https://api.courier.com/profiles/abcdefgh12345678/lists
Body:
{
"notifications": {
"{notificationKey}": {
"channel_preferences": [
{
"channel": "direct_message"
}
],
"rules": [
{
"type": "snooze"
}
],
"status": "OPTED_IN"
}
}
}