curl --location '/api/admin/users/invite' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com", "role": "admin", "productIds": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ] }'