curl --request POST \
--url https://app.chemcloud.com.au/api/public/buyer/v1/users \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"first_name": "John",
"last_name": "Smith",
"email": "hello@chemcloud.com.au"
}
'