curl --location --request PUT 'https://api.nusabyte.com/api/v1/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "CryptoWhale42",
"userDescription": "Top holder and early investor",
"userImage": "https://example.com/user-image.png"
}'
{}