@arkiboys Thanks for using Microsoft Q&A forum and posting your query.
As per my understanding your requirement is to call an API endpoint using POST method, but no return response is expected. Please correct me if I'm wrong here.
If that is the case, then you can just use
Web activity
with POST method.
In case if you would like to capture the API response and move that data to some other sink, then using Copy activity make sense.
Hope this information helps. Let us know if you have further questions.
Please don’t forget to Accept Answer
and Yes
for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.