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