data is the raw created model (includesid / account_id) and does not include a nested dashboard account object.curl --location 'https://api.arsel.ai/api/v1/contact-lists' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"from_name": "string",
"from_email": "user@example.com",
"reply_name": "string",
"reply_email": "user@example.com"
}'{
"message": "string",
"data": {
"id": 0,
"uuid": "string",
"name": "string",
"from_email": "user@example.com",
"from_name": "string",
"reply_email": "user@example.com",
"reply_name": "string",
"account_id": 0,
"created_at": "string",
"updated_at": "string"
}
}