API for creating a large number of space properties

Hi,
I need to copy all properties of a space to another. I just could find this API:
POST /wiki/rest/api/space/{spaceKey}/property

This API gets only one property to create. If I have a lot of properties it can be harmful if I call this API several times.

My question is that is there any way to create them once?

Thank you in advanced