curl --request POST \ --url 'https://api.unify.ai/v0/interface' \ --header "Authorization: Bearer $UNIFY_KEY" \ --header 'Content-Type: application/json' \ --data '{}'
{ "info": "Interface created successfully!" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>