How to get logged user ID from data provider?
I have a custom data provider. On the create function, I want to pass the logged user ID to the body of every create request. How can i do this?
This is my create function on Data provider
This is my create function on Data provider