cURL
curl --request POST \ --url https://api.silnahealth.com/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