So for I've managed to do it with GET requests by passing the credentials to a parameter in the WHERE clause from which I extract them and sign the request.
However, it seems I can't use WHERE in an INSERT statement.
How can I pass the needed credentials?