cURL
curl --request POST \ --url https://api.odin.fun/v1/blife/sync \ --header 'Authorization: Bearer <token>'
{ "message": "BLIFE account has not minted an ID" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"BLIFE account has not minted an ID"