I want to create posts with different user using API.
in other words : i need to migrate post from other portal to Discource environment .
By using Rest API i am able to create posts but the user who created is api_user_name become post creator in this case.
Could anyone let me if it is feasible from Rest API to create POSTs on behalf of other user ?
if possible please elaborate dependencies to achieve it.
Note : I have only access to REST API , please suggest REST API approach only.
Thank You.