curl --request GET \
--url https://api.orafi.app/v1/profile \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "<string>",
"data": {
"id": "<string>",
"businessName": "<string>",
"businessSector": "<string>",
"country": "<string>",
"websiteLink": "<string>",
"isLive": true
}
}Retrieve business profile information
curl --request GET \
--url https://api.orafi.app/v1/profile \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "<string>",
"data": {
"id": "<string>",
"businessName": "<string>",
"businessSector": "<string>",
"country": "<string>",
"websiteLink": "<string>",
"isLive": true
}
}