DeveloperAPI ReferenceProfilesIdSelect
/api/profiles/{id}/select
curl -X POST "https://example.com/api/profiles/string/select"{
"success": true,
"profile": {
"id": "string",
"userId": "string",
"name": "string",
"avatarUrl": "string",
"libraryAccess": [
{
"libraryId": "string",
"maxRating": "string"
}
],
"isDefault": true,
"hasPin": true,
"createdAt": "string",
"updatedAt": "string"
}
}{
"error": "string"
}{
"error": "string"
}