curl --location --request POST 'https://localhost:8443/register/embedded/submit?client_id=heatclinic' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "test@test.com",
"password": "Pass1word!",
"email": "test@test.com",
"fullName": "Test test"
}'