How to Dynamic Malware Imports using IDA and x32dbg?

How to Reverse Engineer Dynamic Malware Imports using a debugger like x32dbg or Ollydbg? And IDA PRO?

I want to dump process injection malware using a debugger trick using a breakpoint on write process memory. But I can’t find any injection-related function like WriteProcessMemory at all… I suspect the reason is the malware is dynamically importing at run time.

How to solve these Issues?