curl --request POST \
--url https://api2.rhombussystems.com/api/relay/createThirdPartyCameraPassword \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"notes": "Default admin password",
"password": "password123",
"username": "admin"
}
'