createApiUser
fun createApiUser(providerCallBackHost: ProviderCallBackHost, apiVersion: String, uuid: String, productSubscriptionKey: String): ERROR CLASS: Symbol not found for Flow<io/rekast/sdk/repository/data/NetworkResult<io/rekast/sdk/model/authentication/ApiUser>>
Creates a new API user.
Return
A Flow emitting a NetworkResult containing the created ApiUser.
Parameters
providerCallBackHost
The callback host for the provider.
apiVersion
The version of the API to use.
uuid
A unique identifier for the request.
productSubscriptionKey
The subscription key for the product.