curl --request POST \
--url https://api-new.paineloffice.click/iptv \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"userline": "<string>",
"passline": "<string>",
"screen": 123,
"isTrial": true,
"month": 123,
"packageId": 123,
"contact": "<string>",
"whatsapp": 123,
"notes": "<string>"
}
'