curl --request PATCH \
--url https://mcapi.knewcms.com:2087/lines/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"whatsapp": "<string>",
"country": "<string>",
"notes": "<string>"
}
'