Set your Authorization HTTP header to this encoded string preceded by the keyword Basic and a space:

basic_auth_header = "Authorization: Basic " + Base64.encode(client_id + ":" + client_secret)

Language
Click Try It! to start a request and see the response here!