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