curl --location --request POST 'api.dev.workaxis.in/api/v1/leads/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_staff_created": true,
"has_appointment": false,
"client": {
"is_converted": true,
"timezone": "Asia/Calcutta",
"first_name": "Padma",
"last_name": "Dev",
"mobile": "",
"tags": []
}
}'{}