cURL
curl --request POST \ --url https://app.silnahealth.com/api/public/v1/prior-authorizations/{prior_authorization_id}/complete-request \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK