curl --location 'https://api.bokumonie.com/v2/auth/user' \
--header 'Idempotency-Key: {{$randomUUID}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": "Successful",
"message": "User Authenticated successfully",
"data": {
"walletId": "5553881136",
"email": "john.doe@microsft.com",
"firstName": "John",
"lastName": "Doe",
"phone": "+232713850",
"status": "ACTIVE",
"kycStatus": "Pending",
"businessName": "Bokumonie Technologies Ltd",
"address": "1, Water-side road, Freetown",
"country": "NG"
},
"timestamp": "2026-03-29T09:02:38.038901Z"
}