Makes a remote procedure call to the specified action
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The action to execute
"create_employee"
Path parameters for the action
{ "id": "123" }Query parameters for the action
Headers for the action
{ "Content-Type": "application/json" }Request body for the action
{ "data": "example" }