sessionid: ********************username:passwordAuthorization: Basic *****************curl --location --request POST 'https://v1.api.partnerpage.io/directories//matchmaking/' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"company_name": "string",
"company_website": "string",
"comments": "string",
"utm_query_params": null,
"custom_form": null
}'