How to put Json file into AuraDB import folder

Is there any procedure or way to put the Json file into AuraDB import folder, As we want to use apoc.load.json procedure.

It doesn’t look like you have access to the import folder in Aura. Instead you need to load from a hosted web server.

You could try the apoc load json command, passing a url to the hosted file.