API File Upload (server action)

Hi,
Is there a way to carry out an API upload server side? The API I am trying to use requires there following and I am gathering Wappler doesn’t do that? PHP model.
@George @Teodor

curl --data-binary @sample-image.jpg \
     -H "Content-Type: image/jpeg" \
     -H "Authorization: Bearer key_key_etc" \
     -X POST "https://api.address.w/v1/etc/etc/"
Community Page
Last updated: