curl --request POST \
--url https://api.puppetvendors.com/v1/users \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"vendorId": "<string>",
"email": "<string>",
"password": "<string>",
"sendEmail": true
}
'